Visual Studio
Visual Studio is Microsoft's full-featured IDE for .NET, C++, and web development with advanced debugging and profiling tools.
16 articlesGit with Visual Studio
2017/06/30·1 min readCommon issues and fixes when using Git with Visual Studio.
A Tip for Ignoring NuGet Packages Folder in Visual Studio
2017/01/05·2 min readHow to exclude the NuGet packages folder from source control in Visual Studio using .tfignore and NuGet.config.
Xamarin - Can't Connect to Mac From Windows with Xamarin
2016/12/31·1 min readUpgrade Visual Studio 2013 v4 to Visual Studio 2015
2016/03/01·1 min readA guide on upgrading from Visual Studio 2013 to Visual Studio 2015, including solution file changes, configuring WinMerge, and recommended extensions.
How to Debug Node.js Code with Visual Studio
2016/01/31·1 min readHow to debug a Node.js app in Visual Studio.
Stop Using Visual Studio 2013 with Node.js Project
2015/12/31·1 min readWhy you should stop using Visual Studio 2013 for Node.js projects due to performance issues.
Few Useful Visual Studio Extensions for .NET
2015/10/31·2 min readA list of useful Visual Studio extensions for .NET developers, including tools for code cleanup, productivity, and cross-platform development.
Javascript Unit Test With Jasmine, Angular and Chutzpah with Visual Studio
2015/10/02·1 min readEnable javascript unit test at Visual Studio Test Explorer window
How to Use Bootstrap SCSS at Visual Studio 2015
2015/10/02·1 min readHow to use Bootstrap Sass at Visual Studio using NuGet and Web Compiler.
List of Useful Commands for Nuget
2015/10/02·1 min readNuget is a dependency management system for web development. If you use it, you'll already be familiar with the following commands. The first Nuget command is to install Angular, and the second one is to uninstall a Nuget package.
Tips About How to Deploy ASP.NET Web Application
2015/07/31·1 min readTips and examples for deploying ASP.NET web applications, including project file configuration and publish profiles.
How to Compile Bootstrap Sass in Visual Studio 2013
2015/07/31·2 min readHow to compile Bootstrap Sass to CSS in Visual Studio 2013 using WebEssentials.
Troubleshooting Issue When Deploy ASP.NET MVC5 to Windows Server
2015/01/03·2 min readIf you are getting an error such as "Could not load file or assembly" in IIS when deploying ASP.NET, this blog might help you resolve the issue.
How to Turn Off Browser Link for Visual Studio
2014/10/04·1 min readHow to turn off the Browser Link feature in Visual Studio 2013 to stop the annoying poll?transport= GET requests in your browser.
Few Visual Studio 2013 Helpful Settings
2014/08/31·1 min readUse Git with Visual Studio2012
2014/08/02·1 min readThis is a memo about how to use Git with Visual Studio 2012.